PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFImage Class


In This Topic
    PDFImage Class Methods
    In This Topic

    For a list of all members of this type, see PDFImage members.

    Public Methods
     NameDescription
    Public MethodApplies the specified PDF compression filter to image data.
    The image data is already compressed so calling this method will compress it again and this might cause an increase in final size.
    This method can be called multiple times to chain multiple PDF filters.  
    Public MethodGets the alternate images.  
    Public MethodGets the bits per component.
    Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16.  
    Public MethodGets the color space.  
    Public MethodGets the COS image.  
    Public MethodGets the image height.  
    Public MethodGets a value indicating whether image interpolation is to be performed.  
    Public MethodGets the logical image height.  
    Public MethodGets the logical image width.  
    Public MethodGets the image mask.  
    Public MethodGets the image measure.  
    Public MethodGets the image orientation.  
    Public MethodGets the point data.  
    Public MethodGets the structure element that represents this image.  
    Public MethodGets the image width.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Loads an image from the given stream.  
    Public MethodSets the alternate images.  
    Public MethodSets the bits per component.
    Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16.  
    Public MethodSets the color space.  
    Public MethodSets a value indicating whether image interpolation is to be performed.  
    Public MethodSets the image mask.  
    Public MethodSets the image measure.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the point data.  
    Public MethodSets the structure element that represents this image.  
    Top
    See Also